home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / addons.zip / THEIF200.ZIP / Atlantis.ref next >
Text File  |  1997-06-26  |  3KB  |  180 lines

  1. @#WELCOME
  2. @do moveback
  3. @do saybar
  4. `%Guard: `2Welcome to Atlantis `n!`2  Becareful where you step!!
  5.  
  6. @#BOB
  7. ;Weapons store of Atlantis
  8. @do moveback
  9. @offmap
  10. @busy
  11. @show
  12. `r0`c                           `r1  Bob's Store  `r0
  13.  
  14.  
  15.  
  16.  
  17. @buymanager
  18. 64
  19. 58
  20. 49
  21. 65
  22. @drawmap
  23. @update
  24.  
  25. @#LASSIE
  26. ;Armor store of Atlantis
  27. @do moveback
  28. @offmap
  29. @busy
  30. @show
  31. `r0`c                           `r1  Lassie's Store  `r0
  32. @buymanager
  33. 69
  34. 37
  35. 59
  36. @drawmap
  37. @update
  38.  
  39. @#HEALER
  40. @offmap
  41. @do moveback
  42. @do `v01 is 1
  43. @show
  44. `r0`c  `%The Healers
  45.  
  46. `2  Joel looks you over for wounds.
  47.  
  48. @do write
  49. `x`x
  50. @if `p02 < `p03 then do
  51.  @begin
  52. @do `p20 is `p03
  53. @do `p20 - `p02
  54. @do `p20 / 2
  55.  
  56.  
  57.  @show
  58. `0"You don't look so good, friend!  I'll fix ya up for `$`p20`0 gold, k?"
  59.  
  60. @do write
  61. `x`x
  62. @choice
  63. Heal yourself for `$$`p20`%. (you have `$$&money`%)
  64. Limp on out.
  65. @show
  66. `\
  67. @if response is 1 then do begin
  68.  @begin
  69.  @if money < `p20 then do
  70.   @begin
  71.   @show
  72.   `0"Sorry old s&boy, we don't do charity work here."
  73.  
  74.  @do write
  75. `x`x
  76.  @choice
  77. Well Christ!  How am I supposed to make money when I can barely walk?
  78. Jesus, how 'bout a little compassion for once in your life old man!
  79. How 'bout some of your 'special' pills then?
  80. Yes sir.
  81. @show
  82.  
  83.  
  84. @if response is 4 then do
  85.  @begin
  86.  @show
  87.   `0"That's a good lad, now get along with you!" `2 he laughs.
  88.  
  89. `k
  90.  @end
  91.  
  92. @if response is 1 then do
  93.  @begin
  94.  @show
  95.   `0"Damn it, s&boy, be a s&man for once in your life!"`2 he yells.
  96.  
  97. `k
  98.  @end
  99. @if response is 2 then do
  100.  @begin
  101.  @show
  102.   `0"I cannot respect a man who doesn't work," `2Joel informs you.
  103.  
  104. `k
  105.  @end
  106. @if response is 3 then do
  107.  @begin
  108.  @do `p02 = 1
  109.  @show
  110.   `0"Sure.  Take uh.. these." `2 he snickers.
  111.  
  112.   `2You gulp down the weird black pills
  113.  
  114.   `4HIT POINTS GO DOWN TO 1.
  115.  
  116. `k
  117.  @end
  118.  
  119.   @drawmap
  120.   @update
  121.   @closescript
  122.   @end
  123.  
  124. @do money - `p20
  125. @do `p21 = `p03
  126. @do `p21 - `p02
  127. @do `p02 = `p03
  128. @show
  129.   `2You feel much better as `0`p21`2 hitpoints are restored.
  130.  
  131. `k
  132.   @end
  133.   @drawmap
  134.   @update
  135.   @closescript
  136. @end
  137.  
  138. @show
  139. `0"You have no ailments, come back later," `2Joel laughs.
  140.  
  141. `k
  142. @drawmap
  143. @update
  144.  
  145. @#MAINSIGN
  146. @do moveback
  147. @do saybar
  148. `6These signs are used to communicate with the outside.
  149.  
  150. @#SIGN1
  151. @do moveback
  152. @do saybar
  153. `%Barak : `6Mom! You are always ruining my life!
  154.  
  155. @#SIGN2
  156. @do moveback
  157. @do saybar
  158. `%Father : `6Oh yes, I'm dead!! LALALALALA!
  159.  
  160. @#SIGN3
  161. @do moveback
  162. @do saybar
  163. `%Mother : `6Hmmm, now where'd that kid go????
  164.  
  165. @#SIGN4
  166. @do moveback
  167. @do saybar
  168. `%Timmy : `6Lassie, OH Lassie!
  169.  
  170. @#SIGN5
  171. @do moveback
  172. @do saybar
  173. `%Custer : `6HELP! The calivery is going down! AGHH!
  174.  
  175. @#SIGN6
  176. @do moveback
  177. @do saybar
  178. `4DHWLJUHFDUI BING! `6Man, its broken!
  179.  
  180.